Reversed Property (FlexRadar<T>)
In This Topic
Gets or sets a value that determines whether angles are reversed (counter-clockwise). The default value is false, which causes angles to be measured in the clockwise direction.
Syntax
'Declaration
Public Property Reversed As Boolean
public bool Reversed {get; set;}
See Also